home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-26 | 2.6 KB | 68 lines | [TEXT/ttxt] |
- READ ME
- =======
- ABOUT SYMANTEC POWER MACINTOSH CDK 7.0.4 UPDATE
- =================================================
- Copyright © 1994 Symantec Corporation. All Rights Reserved.
- July 15, 1994
- Font: Geneva 12
-
- INTRODUCTION
- =============
- This update corrects problems with the PowerPC C++ translator included in
- Power Macintosh CDK.
-
- UPDATING YOUR SYSTEM
- =====================
- This update contains one small application that will transform your
- existing PowerPC C++ translator into the latest version. Updating is easy:
-
- • Double-click on the patch application (e.g. “PowerPC C++ 7.0.4 patch”).
- • Read the messages in the dialog that comes up; they may contain
- important information. Click the ‘Patch’ button.
- • Find the component asked for using the standard file dialog box.
-
- •••••••••
- IMPORTANT
- •••••••••
-
- The patch is done in place! This means that the patcher will overwrite
- the file you’re updating. When it is done, you will get a confirmation that
- the patch was successful if all goes well.
-
- Updating the Libraries
- --------------------
- The library updates are contained in a Compact Pro self extracting archive.
- Installing them is easy:
-
- • Double-click on the file “Library Updates.sea”.
- • When it asks you to “Select the destination folder”, move to your
- Symantec C++ for Macintosh folder and click “Extract”.
- • The archive will extract its files.
-
- Updating headers, scripts and project models
- ----------------------------------------
- • Copy the file "Types.h" into the "Mac #includes:Universal Headers:" folder,
- replacing the existing one.
- • Copy the file "Build PowerPC Lib" into the "(AppleScripts)" folder.
- • Copy the folder "PowerPC ANSI Project" into the "(Project Models)" folder.
- • Copy the folder "PowerPC IOStreams Project" into the "(Project Models)" folder.
-
- Re-precompile the headers
- ------------------------
- You must re-precompile any precompiled headers you are using. To precompile PPC MacHeaders++, do the following:
-
- • Launch a project that has .cpp mapped to the PowerPC C++ translator. One of the
- PPC demos would do fine.
- • Open Mac #includes.cpp.
- • Precompile.
- • Save under Precompiled Headers as PPC MacHeaders++, replacing the existing one.
-
- PPC TCLHeaders can be rebuilt by following the same procedure with TCL #includes.cpp,
- but add the following line near the beginning of the file before precompiling:
- #define _USE_APPLE_LIBRARIES_ 1
- The addition of this line will allow you to precompile without getting a warning
- about the Map carriage returns option.
-
- • When you go to compile projects with the new libraries, be sure to turn off the
- Map carriage returns option under Compiler Settings for the PowerPC C++ translator.
-